; * lisp/emacs-lisp/comp.el (native-comp-debug): Fix spacing.
authorAndrea Corallo <acorallo@gnu.org>
Wed, 21 Feb 2024 10:18:28 +0000 (11:18 +0100)
committerAndrea Corallo <acorallo@gnu.org>
Wed, 21 Feb 2024 16:42:58 +0000 (17:42 +0100)
lisp/emacs-lisp/comp.el

index b27cf2b66207f08c35fdabcbd26f257af41dd17f..6532fb8d1ce76bc16f517491a5e61aa9c435d42c 100644 (file)
@@ -68,7 +68,7 @@
   :safe #'integerp
   :version "28.1")
 
-(defcustom native-comp-debug  0
+(defcustom native-comp-debug 0
   "Debug level for native compilation, a number between 0 and 3.
 This is intended for debugging the compiler itself.
   0 no debug output.